home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global advance, mnv, ppl
- if getAt(mnv, 1) > 1 then
- set the memberNum of sprite getAt(ppl, 1) to member(the memberNum of sprite getAt(ppl, 1) + 1, 2)
- setAt(mnv, 1, getAt(mnv, 1) - 1)
- else
- end if
- if advance = 1 then
- foemov(43, 44, 60, 65, 66, 13, 7, 2, 2, 1, 12, 4)
- strata2(1)
- else
- if (advance = 2) or (advance = 3) then
- foemov(76, 77, 87, 94, 95, 8, 5, 3, 3, 2, 10, 3)
- foemov(103, 104, 116, 122, 123, 13, 7, 4, 4, 3, 9, 5)
- strata2(3)
- else
- if advance = 4 then
- foemov(43, 44, 60, 65, 66, 13, 7, 2, 2, 1, 12, 4)
- strata2(3)
- else
- strata2(3)
- end if
- end if
- end if
- end
-